Step 4: Activity Proxy Properties

The ClosedActivity Proxy Properties step of the Activity Proxy Generator lest you specify which properties will be visible to the user in the Workflow Designer’s Property Pane and how those properties will be configured. This section of the Activity Proxy Generator offers a tremendous amount of flexibility for a variety of different property types.

Specifying Your Properties

The list on the left side of this step displays the properties that can appear on the Workflow Designer’s Property Pane. For properties to appear in this list, you must declare them as public properties in the code for your activity’s runtime component, and they must have both a get and a set accessor. You can define as many properties as you want for your activity.

Customizing Your Properties

After configuring your properties, click Next to continue to Step 5: Code Generation Options.